Sub ImportXMLFileIntoAccessTable()



'Import the MEMBERS XML file that came from the OLS1 database

Application.ImportXML _

    "E:\Access Power Programming\MEMBERS.xml", acStructureAndData

    

End Sub
